projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4008fb3
)
[HVM] Save/restore: remove u8 from publich header
author
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 15 Feb 2007 14:58:43 +0000
(14:58 +0000)
committer
Tim Deegan
<Tim.Deegan@xensource.com>
Thu, 15 Feb 2007 14:58:43 +0000
(14:58 +0000)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/include/public/hvm/save.h
patch
|
blob
|
history
diff --git
a/xen/include/public/hvm/save.h
b/xen/include/public/hvm/save.h
index c6a856a55866e902c99ff9e5d03b5b67c9883c2b..9daabc432192b3508fe360e17c5d017ceb38d68f 100644
(file)
--- a/
xen/include/public/hvm/save.h
+++ b/
xen/include/public/hvm/save.h
@@
-306,7
+306,7
@@
struct hvm_hw_pci_link {
* the traditional 'barber's pole' mapping ((device + INTx#) & 3).
* The router provides a programmable mapping from each link to a GSI.
*/
- u
8
route[4];
+ u
int8_t
route[4];
};
DECLARE_HVM_SAVE_TYPE(PCI_LINK, 9, struct hvm_hw_pci_link);